Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release packages (dev) #1463

Merged
merged 1 commit into from
Aug 17, 2023
Merged

Release packages (dev) #1463

merged 1 commit into from
Aug 17, 2023

Conversation

imodeljs-admin
Copy link
Collaborator

@imodeljs-admin imodeljs-admin commented Aug 1, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to dev, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

dev is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on dev.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@itwin/[email protected]

Major Changes

  • #1446: iui-avatar has been refactored to be a single <span>, and the status is now applied using the data-iui-status attribute. The colors have been updated to pass AAA contrast ratio.
  • #1489: --iui-color-dot-inset has been split into --iui-color-dot-inset-block and --iui-color-dot-inset-inline.

Patch Changes

  • #1499: Removed special handling of iPhone notch in Header and SideNavigation.

@itwin/[email protected]

Major Changes

  • #1478: ThemeProvider now defaults the theme value to "inherit" and falls back to "light" there is no parent theme found. Also the inherit behavior has been made more resilient for cases where react context fails.
  • #1458: Added wrapperProps, contentProps, topProps, and bottomProps to Side Navigation component to improve customization. Top-level props (className, styling, etc) now passed to SideNav button instead of to the wrapper.
  • #1435: Improving customization of SplitButton with wrapperProps and menuButtonProps. ClassName now passed to the button instead of the component wrapper.
  • #1461: Changed disabled button behavior to make them focusable and use aria-disabled instead of disabled attribute.

Minor Changes

  • #1440: Adding the ability for every DOM node to have a custom className passed to it.
    New prop for FileUpload component: contentProps
  • #1430: Adding the ability for each node element in Stepper to have a custom prop.
    New props include: stepProps, trackContentProps, circleProps, nameProps, labelProps, labelCountProps
  • #1435: Improving customization of Button with new props: labelProps, startIconProps, and endIconProps.
    Improving customization of IconButton with iconProps.
  • #1477: Added a new portalContainer prop to ThemeProvider. When specified, all floating elements (tooltips, toats, dialogs) under the ThemeProvider will read this prop from context and portal into it.

Patch Changes

  • #1446: Avatar has been refactored to be a single <span>. The colors have been updated to pass AAA contrast ratio.
  • #1492: Fixed aria-owns syntax for TreeNode
  • #1486: DatePicker date tables now have accessible labels.
  • #1499: Removed special handling of iPhone notch in Header and SideNavigation.

@imodeljs-admin imodeljs-admin requested review from a team as code owners August 1, 2023 14:37
@imodeljs-admin imodeljs-admin requested review from mayank99 and LostABike and removed request for a team August 1, 2023 14:37
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/dev branch from b03ef09 to b91a0b8 Compare August 1, 2023 16:37
@mayank99 mayank99 removed the request for review from LostABike August 1, 2023 16:53
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/dev branch 9 times, most recently from a26920f to 6b5dbd1 Compare August 4, 2023 17:36
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/dev branch 13 times, most recently from 0e4b095 to d3b14c4 Compare August 14, 2023 17:34
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/dev branch 11 times, most recently from d5efd7b to 22a8ff3 Compare August 17, 2023 19:21
@mayank99 mayank99 merged commit b6a8091 into dev Aug 17, 2023
@mayank99 mayank99 deleted the changeset-release/dev branch August 17, 2023 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants